home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / bin / zegrep < prev    next >
Text File  |  2008-10-15  |  64b  |  4 lines

  1. #!/bin/bash
  2. PATH=${GZIP_BINDIR-'/bin'}:$PATH
  3. exec zgrep -E "$@"
  4.